home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xedit / imakfile < prev    next >
Text File  |  1994-09-27  |  300b  |  10 lines

  1. XCOMM $XConsortium: Imakefile,v 1.16 91/07/17 00:47:05 gildea Exp $
  2.         DEPLIBS = XawClientDepLibs
  3. LOCAL_LIBRARIES = XawClientLibs
  4.   SYS_LIBRARIES = -lm
  5.            SRCS = xedit.c commands.c util.c
  6.            OBJS = xedit.o commands.o util.o
  7.  
  8. ComplexProgramTarget(xedit)
  9. InstallAppDefaults(Xedit)
  10.